Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Oct 20, 2025

Bumps strawberry-graphql from 0.257.0 to 0.284.1.

Release notes

Sourced from strawberry-graphql's releases.

🍓 0.284.1

This release fixes the usage of strawberry.Maybe inside modules using from __future__ import annotations

Releases contributed by @​bellini666 via #4031

🍓 0.284.0

This release drops support for Python 3.9, which reached its end-of-life (EOL) in October 2025. The minimum supported Python version is now 3.10.

We strongly recommend upgrading to Python 3.10 or a newer version, as older versions are no longer maintained and may contain security vulnerabilities.

Releases contributed by @​bellini666 via #4018

🍓 0.283.3

Adds support for lazy unions.

Releases contributed by @​rcybulski1122012 via #4017

🍓 0.283.2

This release adds support for the upcoming Python 3.14

Releases contributed by @​patrick91 via #3828

🍓 0.283.1

Fixed multipart subscription header parsing to properly handle optional boundary parameters and quoted subscription spec values. This improves compatibility with different GraphQL clients that may send headers in various formats.

Key improvements:

  • Made the boundary=graphql parameter optional in multipart subscription detection
  • Added proper quote stripping for subscriptionSpec values (e.g., subscriptionSpec="1.0")
  • Enhanced test coverage for different header format scenarios

Example of supported headers:

Accept: multipart/mixed;boundary=graphql;subscriptionSpec=1.0,application/json
Accept: multipart/mixed;subscriptionSpec="1.0",application/json

Releases contributed by @​LouisAmon via #4002

🍓 0.283.0

In this release, we renamed the strawberry server command to strawberry dev to better reflect its purpose as a development server.

We also deprecated the strawberry-graphql[debug-server] extra in favor of strawberry-graphql[cli]. Please update your dependencies accordingly.

Releases contributed by @​DoctorJohn via #4011

... (truncated)

Changelog

Sourced from strawberry-graphql's changelog.

0.284.1 - 2025-10-18

This release fixes the usage of strawberry.Maybe inside modules using from __future__ import annotations

Contributed by Thiago Bellini Ribeiro via [PR #4031](strawberry-graphql/strawberry#4031)

0.284.0 - 2025-10-17

This release drops support for Python 3.9, which reached its end-of-life (EOL) in October 2025. The minimum supported Python version is now 3.10.

We strongly recommend upgrading to Python 3.10 or a newer version, as older versions are no longer maintained and may contain security vulnerabilities.

Contributed by Thiago Bellini Ribeiro via [PR #4018](strawberry-graphql/strawberry#4018)

0.283.3 - 2025-10-10

Adds support for lazy unions.

Contributed by Radosław Cybulski via [PR #4017](strawberry-graphql/strawberry#4017)

0.283.2 - 2025-10-07

This release adds support for the upcoming Python 3.14

Contributed by Patrick Arminio via [PR #3828](strawberry-graphql/strawberry#3828)

0.283.1 - 2025-10-06

Fixed multipart subscription header parsing to properly handle optional boundary parameters and quoted subscription spec values. This improves compatibility with different GraphQL clients that may send headers in various formats.

Key improvements:

  • Made the boundary=graphql parameter optional in multipart subscription detection
  • Added proper quote stripping for subscriptionSpec values (e.g., subscriptionSpec="1.0")
  • Enhanced test coverage for different header format scenarios

Example of supported headers:

</tr></table> 

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Oct 20, 2025
Bumps [strawberry-graphql](https://github.com/strawberry-graphql/strawberry) from 0.257.0 to 0.284.1.
- [Release notes](https://github.com/strawberry-graphql/strawberry/releases)
- [Changelog](https://github.com/strawberry-graphql/strawberry/blob/main/CHANGELOG.md)
- [Commits](strawberry-graphql/strawberry@0.257.0...0.284.1)

---
updated-dependencies:
- dependency-name: strawberry-graphql
  dependency-version: 0.284.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/strawberry-graphql-0.284.1 branch from 90e2382 to fd5e216 Compare November 14, 2025 08:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant